home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Tool Chest / Development Tools & Languages / Macintosh Common Lisp Related / Patches / Missing FPU patch / Centris-without-FPU.txt next >
Encoding:
Text File  |  1993-09-16  |  2.7 KB  |  62 lines  |  [TEXT/ttxt]

  1. This patch fixes an MCL 2.0 problem that was introduced by the 
  2. 68040LC chip used in the Centris 610 and some models of the Centris 
  3. 650. If you have a Centris model that has a floating point unit (FPU), 
  4. you do not need this patch (although it should do no harm to install it 
  5. anyway).
  6.  
  7. This file describes how to install the patch. You should also
  8. have a file called "FPU-.hqx" -- it contains the patch itself.
  9.  
  10. Applying this patch requires the use of ResEdit. You'll use ResEdit to 
  11. copy the "FPU-" resource from the patch file into the "MCL 2.0" 
  12. application, replacing MCL's original "FPU-" resource. This patch does 
  13. not care what other patches you may have applied to MCL -- simply 
  14. read "MCL 2.0p<n>" wherever you see "MCL 2.0" in these instructions.
  15.  
  16. Here are the step-by-step directions, using ResEdit version 2.1.1.
  17.  
  18. First, make sure you have a backup copy of the "MCL 2.0" 
  19. application, just in case. If you don't have a copy of the ship disks 
  20. nearby, make a copy of the application before proceeding.
  21.  
  22. The patch file is in BinHex format, so you'll need to decode this file. 
  23. You can use any of a number of freely available programs that know 
  24. how to do this (StuffIt, for example, or Compact Pro). This will create 
  25. a file called "FPU-".
  26.  
  27. Now launch ResEdit. Open "FPU-" in ResEdit. A window will open, 
  28. showing two resources: one called "FPU-", the other called "vers". 
  29. Ignore the "vers" resource; it's there only so we can tell one version 
  30. of this patch from another. Select the icon for the "FPU-" resource (by 
  31. single-clicking on it), then select "COPY" under ResEdit's "Edit" menu.
  32.  
  33. Now open "MCL 2.0" in ResEdit. You'll see a large number of MCL 
  34. resources. Locate the "FPU-" icon in the MCL 2.0 window, select it (by 
  35. single-clicking on it), then select "PASTE" under ResEdit's "Edit" 
  36. menu. ResEdit will now display a dialog with three buttons and this 
  37. text:
  38.  
  39.     "Press the unique ID button if you
  40.     want new resource IDs assigned to
  41.     the resources with conflicting IDs.
  42.  
  43.     Replace resources with the same ID?"
  44.  
  45. Select the YES button.
  46.  
  47. You've now installed the patch, but let's check just to be sure. Open 
  48. MCL's FPU- resource by double-clicking on the FPU- icon. The 
  49. window that opens in response to this should show one resource: ID=1, 
  50. Size=1250, and Name="SANE". If this is what it says, you've 
  51. successfully applied the patch.
  52.  
  53. Now select "Save" under ResEdit's "File" menu. You should rename 
  54. the application to something that reminds you you've installed this 
  55. patch. 
  56.  
  57. If this isn't clear, if you can't locate a copy of ResEdit, or if you have 
  58. any other problems installing this patch, please let us know at bug-
  59. mcl@cambridge.apple.com.
  60.  
  61. Thanks for using Macintosh Common Lisp 2.0!
  62.